home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / CSG operations / difference.txt next >
Encoding:
Text File  |  2000-04-06  |  234 b   |  8 lines

  1. // CSG difference, subtract intersections of shapes 2...N from Shape1
  2. difference
  3. {
  4.   Shape1 {...} // Start with this shape
  5.   Shape2 {...} // This will be "cut out" of Shape1
  6.   ShapeN {...} // This will be "cut out" of Shape1
  7. }
  8.